FEXP Solver  1.0.0.0
FEXPSerializeData.cpp File Reference
Include dependency graph for FEXPSerializeData.cpp:

Macros

#define INP_BLOCK_BASE_CLS   ICFEXPSerialDataBase
 
#define MODEL_CLASS_MAP   CFEXPSerialDataTableFactory::FEMODL_INP_FILE_TABLE_CLS_MAP
 
#define SOLVR_CLASS_MAP   CFEXPSerialDataTableFactory::SOLVER_INP_FILE_TABLE_CLS_MAP
 
#define RESLT_CLASS_MAP   CFEXPSerialDataTableFactory::RESULT_OTP_FILE_TABLE_CLS_MAP
 
#define ERROR_SETTING   "Error: Missing base model setting!"
 
#define WARNING_MATERIAL   "Warning: Duplicated material ID in input data (the old one will be considered): "
 
#define WARNING_CONSTRAIN   "Warning: Duplicated constrain ID in input data (the old one will be considered): "
 
#define WARNING_LOAD   "Warning: Duplicated load ID in input data (the old one will be considered): "
 
#define ERROR_NODE   "Error: Duplicated node ID in input data: "
 
#define ERROR_ELEMENT1   "Error: Unknown finite element type in input data: "
 
#define ERROR_ELEMENT2   "Error: Duplicated finite element ID in input data: "
 
#define ERROR_ELEMENT3   "Error: Unknown material ID: "
 
#define ERROR_IDC   "Error: More the same blocks found: "
 
#define ERROR_IDC_TB   "Error: More the same tables found: "
 
#define COLS_DEF_IDX   1
 
#define ERROR_SERVER_SETTING   "Error: Missing server setting!"
 
#define ERROR_SERVER_SAME_ID   "Error: Duplicated cluster node id: "
 
#define ERROR_SERVER_MISS_ID   "Error: Missing cluster node id: "
 
#define ERROR_RESULT_DATA   "Error: Missing results!!!"
 

Macro Definition Documentation

◆ COLS_DEF_IDX

#define COLS_DEF_IDX   1

◆ ERROR_ELEMENT1

#define ERROR_ELEMENT1   "Error: Unknown finite element type in input data: "

◆ ERROR_ELEMENT2

#define ERROR_ELEMENT2   "Error: Duplicated finite element ID in input data: "

◆ ERROR_ELEMENT3

#define ERROR_ELEMENT3   "Error: Unknown material ID: "

◆ ERROR_IDC

#define ERROR_IDC   "Error: More the same blocks found: "

◆ ERROR_IDC_TB

#define ERROR_IDC_TB   "Error: More the same tables found: "

◆ ERROR_NODE

#define ERROR_NODE   "Error: Duplicated node ID in input data: "

◆ ERROR_RESULT_DATA

#define ERROR_RESULT_DATA   "Error: Missing results!!!"

◆ ERROR_SERVER_MISS_ID

#define ERROR_SERVER_MISS_ID   "Error: Missing cluster node id: "

◆ ERROR_SERVER_SAME_ID

#define ERROR_SERVER_SAME_ID   "Error: Duplicated cluster node id: "

◆ ERROR_SERVER_SETTING

#define ERROR_SERVER_SETTING   "Error: Missing server setting!"

◆ ERROR_SETTING

#define ERROR_SETTING   "Error: Missing base model setting!"

◆ INP_BLOCK_BASE_CLS

#define INP_BLOCK_BASE_CLS   ICFEXPSerialDataBase

◆ MODEL_CLASS_MAP

◆ RESLT_CLASS_MAP

◆ SOLVR_CLASS_MAP

◆ WARNING_CONSTRAIN

#define WARNING_CONSTRAIN   "Warning: Duplicated constrain ID in input data (the old one will be considered): "

◆ WARNING_LOAD

#define WARNING_LOAD   "Warning: Duplicated load ID in input data (the old one will be considered): "

◆ WARNING_MATERIAL

#define WARNING_MATERIAL   "Warning: Duplicated material ID in input data (the old one will be considered): "